From 486e87f48512d43a8802f5b8b02840741d9ae233 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 2 Sep 2008 08:32:48 +0000 Subject: [PATCH] Doc Humminbird_ht, add GPX extensions. Document units default in KML. --- gpsbabel/xmldoc/formats/gpx.xml | 18 +++++++++++------- gpsbabel/xmldoc/formats/humminbird_ht.xml | 2 ++ .../formats/options/gpx-garminextensions.xml | 3 +++ .../options/gpx-humminbirdextensions.xml | 3 +++ gpsbabel/xmldoc/formats/options/kml-units.xml | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 gpsbabel/xmldoc/formats/humminbird_ht.xml create mode 100644 gpsbabel/xmldoc/formats/options/gpx-garminextensions.xml create mode 100644 gpsbabel/xmldoc/formats/options/gpx-humminbirdextensions.xml diff --git a/gpsbabel/xmldoc/formats/gpx.xml b/gpsbabel/xmldoc/formats/gpx.xml index d70cb77af..a9b239363 100644 --- a/gpsbabel/xmldoc/formats/gpx.xml +++ b/gpsbabel/xmldoc/formats/gpx.xml @@ -1,14 +1,18 @@ - This is the most capable and expressive of all the file +This is the most capable and expressive of all the file formats supplied. It is described at topografix.com and is supported by EasyGPS, ExpertGPS, and many other programs described at topografix.com - - - GPSBabel's reader of this module attempts to preserve tags it doesn't - really understand. It also tries to glean interesting data from - pocket queries from Geocaching.com and Garmin's "gpxx" GPX extensions. - + + +GPSBabel's reader of this module attempts to preserve tags it doesn't +really understand. It also tries to glean interesting data from + + pocket queries from Geocaching.com + Garmin's "gpxx" GPX extensions. + Humminbird's "h" GPX extensions. + + diff --git a/gpsbabel/xmldoc/formats/humminbird_ht.xml b/gpsbabel/xmldoc/formats/humminbird_ht.xml new file mode 100644 index 000000000..60005a9c7 --- /dev/null +++ b/gpsbabel/xmldoc/formats/humminbird_ht.xml @@ -0,0 +1,2 @@ +See the Humminbird +format for docs on this. diff --git a/gpsbabel/xmldoc/formats/options/gpx-garminextensions.xml b/gpsbabel/xmldoc/formats/options/gpx-garminextensions.xml new file mode 100644 index 000000000..16b18197e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/gpx-garminextensions.xml @@ -0,0 +1,3 @@ + +Implies + diff --git a/gpsbabel/xmldoc/formats/options/gpx-humminbirdextensions.xml b/gpsbabel/xmldoc/formats/options/gpx-humminbirdextensions.xml new file mode 100644 index 000000000..16b18197e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/gpx-humminbirdextensions.xml @@ -0,0 +1,3 @@ + +Implies + diff --git a/gpsbabel/xmldoc/formats/options/kml-units.xml b/gpsbabel/xmldoc/formats/options/kml-units.xml index 7d2db21f5..6d7a59578 100644 --- a/gpsbabel/xmldoc/formats/options/kml-units.xml +++ b/gpsbabel/xmldoc/formats/options/kml-units.xml @@ -1,5 +1,5 @@ Units is a simple option. Specify 's' for "statute" (miles, feet, and other things that don't sensibly convert to each other, but are craved -by Americans) or 'm' for "metric". +by Americans) or 'm' for "metric". Default is 's'. -- 2.30.2